cody - HTMLify profile

cody
4270 Files
632732 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/169 - ChatBot
function talk(){
var know = {
"Who are you" : "Hello, I am special bot for 30 Days of JavaScript",
"How are you" : "Good :)",
"What can I do for you" : "Please star this repository",
"How do I contribute" : "Please read Readme",
"ok" : "Thank You So Much ",
"Bye" : "Okay! Will meet soon.."
var know = {
"Who are you" : "Hello, I am special bot for 30 Days of JavaScript",
"How are you" : "Good :)",
"What can I do for you" : "Please star this repository",
"How do I contribute" : "Please read Readme",
"ok" : "Thank You So Much ",
"Bye" : "Okay! Will meet soon.."

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100vw;
height: 100vh;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chatbot </title>
<link rel="stylesheet" href="style.css" />
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chatbot </title>
<link rel="stylesheet" href="style.css" />